ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / GetValue Method
Identifier for the value to be returned.

In This Topic
    GetValue Method (GenericCache<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Returns the item associated with the supplied identifier.
    Syntax
    'Declaration
     
    Public Function GetValue( _
       ByVal k As TKey _
    ) As TValue
    public TValue GetValue( 
       TKey k
    )

    Parameters

    k
    Identifier for the value to be returned.

    Return Value

    Item value corresponding to Key supplied.
    Remarks
    Accessing a stored item in this way automatically forces the item to the end of the purge queue.
    See Also